From: Chong Yidong Date: Sun, 15 Mar 2009 14:29:12 +0000 (+0000) Subject: (completion-styles): Add emacs22 completion style as fallback. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~1235 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=dbcf4d620e28542105393e65d6341ab92aa1171a;p=emacs.git (completion-styles): Add emacs22 completion style as fallback. --- diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el index b72259528e6..62282be696f 100644 --- a/lisp/minibuffer.el +++ b/lisp/minibuffer.el @@ -307,7 +307,7 @@ where NAME is the name that should be used in `completion-styles', TRY-COMPLETION is the function that does the completion, and ALL-COMPLETIONS is the function that lists the completions.") -(defcustom completion-styles '(basic partial-completion) +(defcustom completion-styles '(basic partial-completion emacs22) "List of completion styles to use." :type `(repeat (choice ,@(mapcar (lambda (x) (list 'const (car x))) completion-styles-alist)))